home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00708.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  1.8 KB  |  58 lines

  1. on mouseUp me
  2.   hideit(60, 61)
  3.   showit(62, 62)
  4.   if the memberNum of sprite 63 = 699 then
  5.     set the memberNum of sprite 43 to 662
  6.     repeat with clropac = 45 to 52
  7.       set the blend of sprite clropac to 35
  8.     end repeat
  9.     repeat with clropac = 54 to 56
  10.       set the blend of sprite clropac to 35
  11.     end repeat
  12.     set the blend of sprite 53 to 100
  13.   else
  14.     if the memberNum of sprite 63 = 700 then
  15.       set the memberNum of sprite 43 to 665
  16.       repeat with clropac = 45 to 49
  17.         set the blend of sprite clropac to 35
  18.       end repeat
  19.       repeat with clropac = 50 to 53
  20.         set the blend of sprite clropac to 100
  21.       end repeat
  22.       repeat with clropac = 54 to 56
  23.         set the blend of sprite clropac to 35
  24.       end repeat
  25.     else
  26.       if the memberNum of sprite 63 = 701 then
  27.         set the memberNum of sprite 43 to 668
  28.         set the blend of sprite 47 to 100
  29.         set the blend of sprite 53 to 100
  30.         repeat with clropac = 45 to 46
  31.           set the blend of sprite clropac to 35
  32.         end repeat
  33.         repeat with clropac = 48 to 52
  34.           set the blend of sprite clropac to 35
  35.         end repeat
  36.         repeat with clropac = 54 to 56
  37.           set the blend of sprite clropac to 35
  38.         end repeat
  39.       else
  40.         if the memberNum of sprite 63 = 702 then
  41.           set the memberNum of sprite 43 to 671
  42.           set the blend of sprite 46 to 100
  43.           set the blend of sprite 48 to 100
  44.           set the blend of sprite 53 to 100
  45.           set the blend of sprite 45 to 35
  46.           set the blend of sprite 47 to 35
  47.           repeat with clropac = 49 to 52
  48.             set the blend of sprite clropac to 35
  49.           end repeat
  50.           repeat with clropac = 54 to 56
  51.             set the blend of sprite clropac to 35
  52.           end repeat
  53.         end if
  54.       end if
  55.     end if
  56.   end if
  57. end
  58.